home *** CD-ROM | disk | FTP | other *** search
-
- <%
- 'Application.Lock
- Application("utente") = "Mario"
- Application("password") = "foo"
- ' Application.Unlock
- %>
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
- <html>
- <head>
- <title>Il sito di Mario Rossi</title>
- </head>
-
- <% if Session("colore") <> "" then %>
- <body bgcolor="<%=Session("colore")%>">
- <% else %>
- <body>
- <% end if %>
-
-
- <table width="100%" border="1" cellpadding="0" cellpadding="2">
- <tr>
- <td width="100">
-
- <!--#include file="includemenu.asp"-->
-
- </td>
- <td><h1><div align="center">Questa Φ la Home Page del sito</div></h1></td>
- </tr>
- </table>
-
- </body>
- </html>
-